home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / comlink.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  2.4 KB  |  86 lines

  1. SDEF
  2. // -----------------------------------------------------------------------------
  3. //  $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/comlink.def $
  4. // $Revision:: 10                                                             $
  5. //   $Author:: Joeske                                                         $
  6. //     $Date:: 10/22/98 6:35p                                                 $
  7. //
  8. // Copyright (C) 1998 by Ritual Entertainment, Inc.
  9. // All rights reserved.
  10. //
  11. // This source may not be distributed and/or modified without
  12. // expressly written permission by Ritual Entertainment, Inc.
  13. //
  14. // This is a model definition file.  It is to be used in conjunction with Sin.
  15. //
  16. // -----------------------------------------------------------------------------
  17. // MODEL DESCRIPTION:
  18. // Communications Link for more JC cool stuff.
  19. //
  20. // MODEL AUTHOR:
  21. // ?
  22. //
  23. /*SINED inventory_comlink (0 .5 .8) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE 
  24. Remote Communications Device
  25. */
  26.  
  27. // -----------------------------------------------------------------------------
  28. // FILE DECLARATIONS
  29. //
  30. // Model Commands
  31. path models/powerups/comlink
  32. scale 1.0
  33.  
  34. // Base Model
  35. comlink.sbm
  36.  
  37. // Skins
  38. normal        comlink.tga
  39.  
  40. // Normal Animations
  41. idle        comlink.sam
  42. pose        comlink.sam
  43.  
  44. // -----------------------------------------------------------------------------
  45. // INITIALIZATION SECTION
  46. //
  47. !init:
  48.  
  49. // Class Setup
  50. server classname ComLink
  51. server setsize "-12 -12 0" "12 12 32"
  52. server maxamount 1
  53.  
  54. // Icon and Inventory Name
  55. server iconname "i_comlink"
  56. server itemname "Communications Link"
  57.  
  58. // -----------------------------------------------------------------------------
  59. // MAIN SECTION
  60. //
  61. !main:
  62.  
  63. // -----------------------------------------------------------------------------
  64. // SOURCESAFE Update Log
  65. //
  66. // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/comlink.def      $
  67. // 
  68. // 10    10/22/98 6:35p Joeske
  69. // Set a maximum amount of 1 that you can hold in inventory.
  70. // 
  71. // 9     10/22/98 6:19p Phook
  72. // changed the classname back to item
  73. // 
  74. // 8     10/22/98 6:18p Phook
  75. // changed classname from item to Comlink
  76. // 
  77. // 7     10/11/98 5:11p Joeske
  78. // Modified scale of all items.
  79. // 
  80. // 6     9/30/98 2:45p Joeske
  81. // Added in formatting, fixed image references.
  82. // 
  83. // -----------------------------------------------------------------------------
  84.  
  85.  
  86.